home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / think / AmigaGnuChess.lha / chess / src.lha / src / amiga / amiterm.h < prev    next >
C/C++ Source or Header  |  1992-09-03  |  515b  |  22 lines

  1. /* Prototypes for functions defined in amiterm.c */
  2. void endwin(void);
  3. int initscr(void);
  4. void refresh(void);
  5. void putstr(char *str);
  6. void __stdargs printw(char *fmt, ...);
  7. int __stdargs scanw(char *fmt, ...);
  8. int getch(void);
  9. char *getstr(char *buf);
  10. void clear(void);
  11. void clrtoeol(void);
  12. void move(int row, int col);
  13. void backup(void);
  14. void leaveok(void *p, int turnoff);
  15. void attron(int what);
  16. void standout(void);
  17. void standend(void);
  18. void flash(void);
  19. void beep(void);
  20. void crmode(void);
  21. void nocrmode(void);
  22.